home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Your Choice 3
/
Your Choice Software Collection 3.iso
/
prgmming
/
os2
/
process.h
< prev
next >
Wrap
Text File
|
1992-02-18
|
524b
|
20 lines
#define INCL_WIN
#include <os2.h>
// ******************************************************************
class Process
{
// ----------------------------------------------------------------------------------
private:
HAB hAnchrBlk;
HMQ hMsgQue;
// ------------------------------------------------------------------------------------
public:
Process ();
HAB AnchorBlock ();
HMQ MsgQue ();
};